home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / mhplus32.zip / MHPSAMPL.SR_ / MHPSAMPL.SR
Text File  |  1994-11-15  |  7KB  |  228 lines

  1. .hpjopt title=MiniHelp Plus v3.2 Sampler
  2. .hpjopt compress=medium
  3. .hpjopt copyright=Copyright ⌐ 1994, Paul Arnote
  4. .hpjopt report=1
  5. .hpjopt warning=3
  6. .hpjopt contents=contents
  7. .hpjconfig CreateButton("btn_exit","E&xit","Exit()")
  8. .hpjconfig CreateButton("btn_print","&Print","Print()")
  9. .hpjconfig BrowseButtons()
  10. .hpjwin main = , , 0,(255,255,255) , (192, 192, 192), 0 
  11. .topic contents
  12. .title Table of Contents
  13. .keyword Table of Contents
  14. .browse 0001
  15. .fontsize 24
  16. \keepn
  17. \sb300
  18. .bold Table of Contents
  19. \par
  20. \pard
  21.  
  22. .fontsize 10
  23. Here it is! 
  24. .bold MiniHelp Plus v3.2
  25. makes it easy to quickly write your own help files, without the cost of an expensive word processor (such as Microsoft Word for Windows) and without the frustration of an extensive learning curve just to operate it.
  26.  
  27.  
  28. .link %MH " MiniHelp"
  29. performs admirably, great for writing small or large Help files (this indicated a non-visible hotspot in the first occurrence of the word
  30. .bold MiniHelp
  31. in this paragraph).
  32.  
  33.  
  34. The command 
  35. .pop POPUP "pop"
  36. allows you to create popuplinks.
  37.  
  38.  
  39. .fontsize 15
  40. How do you make a bitmaplink?
  41.  
  42.  
  43. .fontsize 12
  44. Click on the disk 
  45. .bmlink DISK "disk.bmp"
  46.  and jump to another topic!
  47. .hpjbitmap disk.bmp
  48.  
  49.  
  50. .fontsize 10
  51. MiniHelp also does support the use of 
  52. .link *BROWSE "Browse indexing"
  53. directly with the use of the command,
  54. .bold .browse.
  55.  
  56.  
  57.  
  58. The following hot spot demonstrates the execution of a macro from the hot spot.  You declare these in MiniHelp Plus v3.2 with the ".macrolink" command. 
  59.  
  60.  
  61. .bold CAUTION: 
  62. Clicking on this hot spot will exit you from this Help file!
  63.  
  64.  
  65. \sb300
  66. .macrolink Exit() "Goodbye"
  67.  
  68. \sb300
  69. The following bitmaps were inserted using the MiniHelp Plus v3.2 ".bitmap" command.  Refer to the source file to see how to do it!
  70.  
  71.  
  72. .hpjbitmap btn_up.bmp
  73. .bitmap btn_up.bmp
  74.    This is a bitmap that does nothing but look good!
  75.  
  76.  
  77. \sb300
  78. \qr
  79.    This is a bitmap that does nothing but look good!  
  80. .bitmap btn_up.bmp
  81.  
  82.  
  83. \sb300
  84. \qc
  85. .bitmap btn_up.bmp
  86.    This is a bitmap that does nothing but look good!
  87. \par
  88. \pard
  89.  
  90.  
  91. The following demonstrates how to place a bitmap at the left margin and wrap the subsequent text around the right edge, using the MiniHelp Plus v3.2 command ".lbitmap."
  92.  
  93.  
  94. .hpjbitmap foot.bmp
  95. .lbitmap foot.bmp
  96. Now, this text should wrap around the right edge of the bitmapped image at the left margin, giving your document that professional, polished look!
  97.  
  98.  
  99.  
  100. And now we'll do the same thing, but place the bitmap at the right margin and wrap the subsequent text around the left edge, using the MiniHelp Plus v3.2 command ".rbitmap."
  101.  
  102.  
  103.  
  104. .rbitmap foot.bmp
  105. Now, this text should wrap around the left edge of the bitmapped image at the right margin, allowing you flexibility in bitmapped image placement using the MiniHelp Plus v3.2 command ".rbitmap."
  106.  
  107.  
  108.  
  109. MiniHelp Plus users can include characters in the extended character set in their text.  Click on the copyright symbol to see how to include some of the more common ones!
  110.  
  111.  
  112. .pop CURLY "\'A9 \'A9"
  113. \par\pard
  114.  
  115. ;.hpjopt bmroot=c:\helpbmp
  116.  
  117. Also in MiniHelp Plus v3.2 is the
  118. .bold IMPROVED
  119. ".pop" and ".macrolink" commands, which detects whether you have entered the name of a bitmapped image to display on the screen as the hot spot, or whether you simply entered text to display as the hot spot.
  120.  
  121.  
  122. .pop POPUP2 ".pop"
  123.  
  124.  
  125. .pop BMPOPUP "key1.bmp" 
  126.  
  127.  
  128.  
  129. Plus, there are many, many more features of MiniHelp Plus v3.2.  To find out more, check out the extensive online Help file and the MiniHelp Plus v3.2 User's Manual!
  130.  
  131. .topic MH
  132. .title MiniHelp
  133. .keyword MiniHelp
  134. .keyword Help Authoring aid
  135. .browse 0002
  136. .tmacro About()
  137.  
  138. .fontsize 14
  139. This file was prepared with MiniHelp Plus v3.2, the easy and inexpensive approach to Help Authoring.
  140.  
  141. .topic POPUP
  142. .title Popuplinks
  143. .keyword popuplinks
  144. .keyword .pop
  145. .browse 0003
  146.  
  147. .fontsize 10
  148. That's right, provisions were made for popuplinks, something the original MiniHelp did not have.  To do one, simply issue the command
  149. .bold .pop,
  150. followed by the name of the topic to jump to, followed by the text to display on the screen set off in quotes.
  151.  
  152.  
  153. .topic DISK
  154. .title Bitmap Links
  155. .keyword Bitmap Links
  156. .browse 0004
  157.  
  158. .fontsize 10
  159. With the
  160. .bold .bmlink
  161. command, creating Hot Spots with bitmaps is very easy!  Issue the command 
  162. .bold .bmlink
  163. .italic TOPIC_NAME  "bitmapfile.bmp"
  164. and your chosen image will appear.  Then, whenever anyone clicks the mouse on it, they will be taken to another, pre-defined topic!
  165.  
  166. .topic BROWSE
  167. .title Browse Sequencing
  168. .keyword Browse
  169. .keyword Browse Sequencing
  170. .browse 0005
  171.  
  172. .fontsize 10
  173. You can use Browse Sequencing (which allows you to use the Browse Buttons) by simply using the command
  174. .bold .browse,
  175. followed by the appropriate parameters!  See the MiniHelp Plus v3.2 online Help File for documentation.
  176.  
  177. .topic POPUP2
  178. .title The Improved .pop Command: Text
  179. .keyword .pop;popuplinks;text
  180. .browse 0006
  181.  
  182. .fontsize 10
  183. This demonstrates the normal way of creating and displaying a popup link, using text as the hot spot on the screen.  Click on the image below to see the enhancement!
  184.  
  185. .topic BMPOPUP
  186. .title The Improved .pop Command: Bitmaps
  187. .keyword .pop;popuplinks;bitmaps;.macrolink
  188. .browse 0007
  189.  
  190. .fontsize 10
  191. This demonstrates the enhancement to the ".pop" command:  You may now define bitmap images as a hotspot for popup links!  MiniHelp Plus v3.2 checks the text you input to see if it is a bitmapped image file, ending in
  192. .bold .bmp.
  193.  The format is as follows:
  194.  
  195.  
  196. \qc
  197. .bold .pop BMPOP "key1.bmp"
  198.  
  199. .hpjbitmap key1.bmp
  200.  
  201. \par\pard
  202. MiniHelp Plus checks the last four (4) characters of the "text string" to see if it ends in
  203. .bold .bmp.
  204.  If it does, it branches off and reformats its RTF output.  If not, then it procedes on as normal, and formats text to display on the screen.  If your image is not in the standard Windows bitmap format (.bmp), you will need to convert it into one of these three acceptable formats using a format conversion utility, such as Paint Shop Pro (shareware program available for download everywhere or JASC, Inc., 17743 Evener Way, Eden Prairie, MN  55346 USA; $49.00 Registration plus $4.00 S&H).
  205.  
  206.  
  207. The same enhancement has been added to the
  208. .bold .macrolink
  209. command, allowing you to execute Help Macros from a bitmapped image defined as the hot spot.
  210.  
  211. .topic CURLY
  212. .title Curly Brace Bug Workaround
  213. .keyword Special Symbols
  214. .browse 0008
  215.  
  216.  
  217. .fontsize 10
  218. Now, here are some "special symbols" you might be interested in using:
  219.  
  220.  
  221. .bold \\ '95 to insert a bullet  \'95 \tab \tab \tab \\ '99 to insert a trademark  \'99
  222.  
  223. .bold \\ 'A9 to insert a copyright   \'A9 \tab \tab \tab \\ 'AE to insert a register   \'AE
  224.  
  225. .bold \\ 'B1 to insert a plus/minus   \'B1 \tab \tab \tab \\ 'BC to insert 1/4   \'BC
  226.  
  227. .bold \\ 'BD to insert a 1/2   \'BD \tab \tab \tab \\ 'BE to insert a 3/4   \'BE
  228.